home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / PKGOL624.ZIP / TDSFX.EXE / SHUTDOWN.TNC < prev    next >
Text File  |  1992-03-01  |  2KB  |  54 lines

  1. *****************************************************************************
  2. ******      S H U T D O W N     M O D E            TEST DRIVE VERSION  ******
  3. *****************************************************************************
  4.  
  5.    *    See the STARTUP.TNC file for examples of other commands.
  6.  
  7.    *    Check your AEA manual if you have questions about the parameters.
  8.  
  9. *  The file STARTUP.TNC is read by the program, and processed
  10. *  on startup, unless you refer to another TNC file on the command line.
  11.  
  12. *  For example, typing   PKTDEMO HFPKT  would cause the program to open*
  13. *  the file HFPKT.TNC and use the parameters in that file to configure
  14. *  the TNC.
  15.  
  16. * ------------------------------------------------------------------------*
  17.  
  18.    *    These TNC files can be "bare bones minimum" if you desire.
  19.    *    Just be sure that the following are set, to assure that your
  20.    *    TNC buffer doesn't overflow
  21.  
  22.         MONITOR 0
  23.         MCON 0
  24.         MDIGI OFF
  25.         MRPT OFF
  26.         MPROTO OFF
  27.  
  28.    *    Make your Connect text clear to the other people, that you are
  29.    *    not available.  The  ^M in the text indicates a "new line"
  30.    *    Note: CTEXT (and other text variables) must fit on a single
  31.    *    line.
  32.  
  33.         CTEXT  Not here now, please leave msg in TNC^MLeave your PATH too!
  34.         CMSG  ON
  35.  
  36.    *    If you have a maildrop, you might turn it on here
  37.      *  MAIL ON
  38.  
  39.    *    Dont change CONMODE to TRANSparent in any TNC file. The binary
  40.    *    transfer used in the program does not require it, and the program
  41.    *    expects the CONMODE to be CONV, which is the default.
  42.  
  43.         CONMODE CONV
  44.  
  45. * Set TXDELAY and AX25L2V2 in case we changed them during the program
  46.  
  47.         AX25L2V2 ON
  48.         TXDELAY  30
  49.  
  50. *  That's about it.  You can add TNC commands to this, or any other
  51. *  TNC file.
  52.  
  53.  
  54.